home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / dec94 / cj_fig06.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7KB  |  514x405  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | number | computer icon | font
OCR: MENU2.FSL :: #Form1 :: open* uses ObjectPAL GenericMenu(var m Menu) endUses method open(var eventInfo Event) var 1 Library m Menu endVar if eventInfo.isPreFilter() then ;// This code executes for each object on the form: else ;// This code executes only for the form: if 1.open("MENULIB") then 1. GenericMenu(m) m. show( ) endIf endIf endmethod Edit Line: 9 Col: 7